home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
sync
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-06-08
|
1KB
|
43 lines
#
# Prototype makefile for libraries with multiple source directories
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.biglib
# Mon Jun 8 14:36:17 PDT 1992
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = Sync_SlowLock.c Sync_SlowWait.c ds3100.md/Sync_GetLock.s ds3100.md/Sync_Unlock.s sun3.md/Sync_GetLock.s sun3.md/Sync_Unlock.s sun4.md/Sync_GetLock.s sun4.md/Sync_Unlock.s symm.md/Sync_GetLock.s symm.md/Sync_Unlock.s
LINTSRCS =
MACHINES = ds3100 sun3 sun4 symm
MAKEFILE = Makefile
MANPAGES = Sync.man Sync_Broadcast.man Sync_Wait.man Sync_WaitTime.man
NAME = c
PUBHDRS =
SUBDIR = sync
#include <settm.mk>
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/c/sync
SYSMAKEFILE = biglib.mk
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(DEPFILE))
#include "$(DEPFILE)"
#endif